home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TMOREINFODLG / TMOREINFODLG.txt
Text File  |  2005-06-02  |  765b  |  40 lines

  1. object MoreInfoDlg: TMoreInfoDlg
  2.   Left = 592
  3.   Top = 313
  4.   BorderStyle = bsDialog
  5.   Caption = '&Plus d'#39'informations'
  6.   ClientHeight = 310
  7.   ClientWidth = 354
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object CloseBtn: TButton
  20.     Left = 272
  21.     Top = 280
  22.     Width = 73
  23.     Height = 23
  24.     Cancel = True
  25.     Caption = '&Fermer'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object Memo: TMemo
  31.     Left = 8
  32.     Top = 8
  33.     Width = 337
  34.     Height = 265
  35.     ReadOnly = True
  36.     ScrollBars = ssVertical
  37.     TabOrder = 1
  38.   end
  39. end
  40.